for ...in for...of forEach


Posted by mijouhsieh on 2023-03-16

迴圈 for...of
迭代對象: 陣列、類陣列、字串、Map、Set、NodeList

forEach
陣列、NodeList

迴圈 for ..in
迭代對象: 物件的key
不可迭代於: 陣列元素


#for ...in #for...of #foreach







Related Posts

Day 95

Day 95

Day06: GraphQL - Enumeration and list types wiht node.js

Day06: GraphQL - Enumeration and list types wiht node.js

SQL-injection lab(4)

SQL-injection lab(4)


Comments